Jump to content

eluizh

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by eluizh

  1. I'm having this problem when loading the sql MANGOS in SQLyog

    /*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;

    UNLOCK TABLES;

    DROP TABLE IF EXISTS `spell_elixir`;

    CREATE TABLE `spell_elixir` (

    `entry` int(11) unsigned NOT NULL default '0' COMMENT 'SpellId of potion',

    `mask` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Mask 0x1 battle 0x2 guardian 0x3 flask 0x7 unstable flasks 0xB shattrath flasks',

    PRIMARY KEY (`entry`)

    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';

    LOCK TABLES `spell_elixir` WRITE;

    /*!40000 ALTER TABLE `spell_elixir` DISABLE KEYS */

    Error occured at:2010-09-09 22:22:18

    Line no.:16453

    Error Code: 1064 - Você tem um erro de sintaxe no seu SQL próximo a ';

    UNLOCK TABLES;

    DROP TABLE IF EXISTS `spell_elixir`;

    CREATE TABLE `spell_elixir' na linha 1878

  2. I have problems to compile the emulator after applying the command:

    git pull git: //github.com/Tasssadar/Valhalla-roject.git vehicle

    my mangos rev. 8993 sql

    Error:

    "12> Creating library .\\mangosd__Win32_Release\\mangosd.lib and object .\\mangosd__Win32_Release\\mangosd.exp

    12>game.lib(SpellEffects.obj) : error LNK2019: unresolved external symbol "public: void __thiscall GameObject::DealSiegeDamage(unsigned int)" (?DealSiegeDamage@GameObject@@QAEXI@Z) referenced in function "public: void __thiscall Spell::EffectDamageBuilding(unsigned int)" (?EffectDamageBuilding@Spell@@QAEXI@Z)

    12>..\\..\\bin\\Win32_Release\\mangosd.exe : fatal error LNK1120: 1 unresolved externals"

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use