AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
321 stars 358 forks source link

scriptmgr.cpp crash now when starting server #204

Closed firelook closed 4 years ago

firelook commented 4 years ago

Description:

Script named 'npc_quest_107242' does not have a script name assigned in database. Script named 'npc_quest_107241' does not have a script name assigned in database. Script named 'npc_quest_107243' does not have a script name assigned in database. Script 'merayl_q42159' already assigned with the same script name, so the script can't work.

D:\users_sys\games\wow\mangos\git\AshamaneCore\src\server\game\Scripting\ScriptMgr.cpp:956 in SpecializedScriptRegistry<class CreatureScript,1>::AddScript ABORTED.

Project(s): <-- Mandatory

TC rev. hash/commit:

TrinityCore rev. 2bd554e23db6+ 2020-04-06 03:47:51 +0200 (master branch) (Win64, Release, Static) (worldserver-daemon)

Database version

DB : MySQL

Operating system: Windows 10

dio85 commented 4 years ago

zone_azshuna.cpp// new merayl_q42159("merayl_q42159"); this 2x in the zone script. just delete the latest.

firelook commented 4 years ago

would you mind to be more explicit please: is it in the db ? which table ?

dio85 commented 4 years ago

what? if you ask me, in the core. scripts/

firelook commented 4 years ago

I take a look but it is above my head, too complicated

firelook commented 4 years ago

I have removed new merayl_q42159("merayl_q42159"); on line 1899 for zone_azshuna.cpp and it worked => seems a small bug